+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+ mask for the GC if we set it. (Patch from
+ Lars Hamann <lars@gtk.org>)
+
Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
gdk_draw_pixmap (window, fg_gc, pixmap, xsrc, ysrc, x, y, width, height);
gdk_gc_set_clip_origin (fg_gc, 0, 0);
+ if (mask)
+ gdk_gc_set_clip_mask (fg_gc, NULL);
return x + MAX (width, 0);
}